Skip to content

Conversation

@rtsketo
Copy link

@rtsketo rtsketo commented Dec 12, 2025

  • Preserve ihsanbal pretty formatting while honoring Android log priorities (DEBUG color) without a custom logger.
  • Add LogSink/BatchingSink to batch whole request/response blocks, preventing interleaved logs and enabling forwarding to
    LogQueue.
  • Simplify response layout (single status line + spacer + body) and skip blank lines to avoid Logcat “identical” collapses.
  • Fix Kotlin 1.3 build issues (plugin order, trailing comma) and allow group/version overrides for JitPack.
  • Update README with sink usage and JitPack coordinates.

Aristos Pasalides and others added 19 commits December 12, 2025 15:18
*Total -- 2,402.30kb -> 1,233.53kb (48.65%)

/images/logcat.png -- 1,134.60kb -> 386.30kb (65.95%)
/images/screen_shot_2.png -- 359.99kb -> 190.82kb (46.99%)
/images/screen_shot_5.png -- 91.00kb -> 55.80kb (38.69%)
/images/screen_shot_4.png -- 68.00kb -> 43.14kb (36.56%)
/images/screen_shot_1.png -- 738.47kb -> 548.03kb (25.79%)
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- 10.24kb -> 9.45kb (7.73%)

Signed-off-by: ImgBotApp <[email protected]>
[ImgBot] Optimize images
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extension is expired so need to be replaced with binding

@ihsanbal
Copy link
Owner

Sample app needs to be updated with newer gradle versions and all new dependencies as well as builds tools.

@ihsanbal ihsanbal marked this pull request as draft January 16, 2026 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants